projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c29f97
)
xenctx, ia64: fix compilation error.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 2 Apr 2009 10:48:32 +0000
(11:48 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 2 Apr 2009 10:48:32 +0000
(11:48 +0100)
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
tools/xentrace/xenctx.c
patch
|
blob
|
history
diff --git
a/tools/xentrace/xenctx.c
b/tools/xentrace/xenctx.c
index 127379e6718cd0d5e10bb7698e88f1989a538351..c67171ca7e940ffc7b67a160d58aa347be14a104 100644
(file)
--- a/
tools/xentrace/xenctx.c
+++ b/
tools/xentrace/xenctx.c
@@
-875,8
+875,8
@@
static void dump_ctx(int vcpu)
#endif
print_ctx(&ctx);
- print_code(&ctx, vcpu);
#ifndef NO_TRANSLATION
+ print_code(&ctx, vcpu);
if (is_kernel_text(instr_pointer(&ctx)))
print_stack(&ctx, vcpu, guest_word_size);
#endif